DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / RunSynchronously Property

In This Topic
    RunSynchronously Property (C1GroupDataCollection<S>)
    In This Topic
    Gets or sets whether the sorting is performed synchronously.
    Syntax
    'Declaration
     
    Public Property RunSynchronously As Boolean
    public bool RunSynchronously {get; set;}
    See Also